home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / SECURITY / 1933.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-03-27  |  384b  |  12 lines

  1. ECHO OFF
  2. ECHO Beginning installation of IRIS now ...
  3. ECHO.
  4. ECHO Installing IRIS from drive %1 to drive %2
  5. PAUSE
  6. MD %2:\IRIS
  7. COPY %1:*.* %2:\IRIS
  8. ECHO.
  9. ECHO You should now edit AUTOEXEC.BAT to include \IRIS in the PATH
  10. ECHO environment variable. This will allow you to invoke IRIS from
  11. ECHO any directory. This completes the IRIS installation.
  12.